home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 313
- Top = 197
- BorderStyle = bsDialog
- Caption = 'About WebSnap V2.0'
- ClientHeight = 224
- ClientWidth = 298
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 72
- Top = 8
- Width = 146
- Height = 24
- Caption = 'WebSnap V2.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 96
- Top = 32
- Width = 89
- Height = 13
- Caption = 'Unregistered demo'
- end
- object Memo1: TMemo
- Left = 16
- Top = 56
- Width = 265
- Height = 121
- Alignment = taCenter
- Lines.Strings = (
- 'Thank you for your intersest in WebSnap.'
- 'If you find this demo useful you'
- 'should consider registration. The registered'
- 'version offers the following additional '
- 'features.'
- ''
- 'Nag comments removed.'
- ''
- 'The registration fee is $20 (US)'
- 'For registration deatails E-Mail'
- 'enquiries@c3sys.demon.co.uk')
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Button1: TButton
- Left = 112
- Top = 192
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Memo2: TMemo
- Left = 16
- Top = 56
- Width = 265
- Height = 121
- Alignment = taCenter
- Lines.Strings = (
- ''
- 'Thank you for choosing WebSnap'
- ''
- 'For updates and additional info. visit'
- 'www.c3sys.demon.co.uk')
- TabOrder = 2
- Visible = False
- end
- end
-